{% extends 'base_dashboard.html' %} {% block title %}Unlock exam โ€” {{ program.title }}{% endblock %} {% block content %}

Exam unlock

{{ program.title }}

{% if application.exam_mode == 'center' and application.schedule_slot %}
In-person booking: {{ application.testing_center.name }} โ€” {{ application.schedule_slot.label }}
{{ application.testing_center.address }} {% if application.testing_center.map_url %} ยท Map {% endif %}
{% endif %}
{% if application.exam_mode == 'center' %}
1. Arrive at the testing center

Bring a valid ID. On-site staff / teacher will verify you and give you a one-time unlock code.

{% if application.testing_center.directions %}
{{ application.testing_center.directions }}
{% endif %} {% else %}
1. Join the teacher / consultant meeting
{% if program.meeting_instructions %}
{{ program.meeting_instructions }}
{% else %}

Your academy will share a Zoom/Meet link. Stay on camera while you take the exam.

{% endif %} {% if latest_session and latest_session.meeting_url and latest_session.is_valid %} Open meeting link {% endif %} {% endif %}
2. Enter the unlock code

The teacher generates a one-time code and shares it with you.

{% csrf_token %} {{ form.code }} {% if form.code.errors %}
{{ form.code.errors.0 }}
{% endif %}
Change schedule โ† Back
{% endblock %}